home *** CD-ROM | disk | FTP | other *** search
- ;© 2000 script by Aldo Bianchi (Reboot-startV4.1)
- ;ALTERNATE-STARTUP-SEQUENCE
- ;example for Capital Punishment
-
- if exists rad1:reset ;do not remove this entry
- reset hard ;do not remove this entry
- endif ;do not remove this entry
- Resident >NIL: execute PURE ;do not remove this entry
- Resident >NIL: assign PURE ;do not remove this entry
- execute rad1:s/programpath ;do not remove this entry
- assign sys: "" ;do not remove this entry
- path sys:c add ;do not remove this entry
- assign fonts: sys:fonts ;do not remove this entry
- assign libs: sys:libs ;do not remove this entry
- assign devs: sys:devs ;do not remove this entry
- assign env: sys:prefs/env-archive ;do not remove this entry
- makedir ram:t ;do not remove this entry
- assign t: ram:t ;do not remove this entry
- run >nil: clicknot ;stop click on DF0
- copy sys:c/reset rad1: ;do not remove this entry
- if exists devs:mountcdroom ;do not remove this entry
- devs:mountcdroom ;do not remove this entry
- endif ;do not remove this entry
- execute rad1:programpath ;do not remove this entry
- bootcontrol remove quiet ;do not remove this entry
-
- ;***********************************************************************************
- execute CP ;put here the script or executable of your game
- ;***********************************************************************************
-
- ;REMENBER:put always execute before if the game runs with a script.
- run >nil: reset ;reset computer if the game have an exit button
-
- ;END of script
-
-
-